home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003 April / EnterCD 4_2003.iso / Multimedia / AlbumCreator 2.5 / AC2.exe / christmas2.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2002-11-27  |  364 b   |  14 lines

  1. function addImage(node)
  2. {
  3.    var image = new Object();
  4.    image.src = node.attributes.src;
  5.    image.thumb = node.attributes.thm;
  6.    image.name = node.attributes.name;
  7.    image.full = node.attributes.full;
  8.    image.desc = node.attributes.description;
  9.    album.push(image);
  10. }
  11. _global.album = new Array();
  12. config = new XML();
  13. config.load("config0.xml");
  14.